From: Felipe Balbi Date: Thu, 11 Jul 2013 13:09:05 +0000 (+0300) Subject: mmc: omap_hsmmc: fix dependency on indirect header inclusion X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~8060^2~40 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=031cd037af74b07792e37d0d4721063f7b4b44c7;p=linux-4.9.git mmc: omap_hsmmc: fix dependency on indirect header inclusion omap_hsmmc.c depends on being included indirectly by another header. Once we enable COMPILE_TEST for this driver, we might compile under architectures which won't include for us. In fact, one such case is x86. In order to prevent compile breakages, let's explicitly include . Signed-off-by: Felipe Balbi Acked-by: Balaji T K Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 1865321465c4..c937ffc61bc2 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include